Concatenation of two views.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public View<T> Concat( IObservableSource<T> second ) |
Visual Basic |
---|
Public Function Concat ( _ second As IObservableSource(Of T) _ ) As View(Of T) |
Parameters
- second
- Type: C1.LiveLinq..::..IObservableSource<(Of <(<'T>)>)>
A collection (usually, a view) to concatenate to this view's collection of elements.